Fix ChangeLog typos.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 27 Apr 2011 19:51:19 +0000 (21:51 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 27 Apr 2011 19:51:19 +0000 (21:51 +0200)
lisp/ChangeLog
nt/ChangeLog
src/ChangeLog

index 722f71b12735f2de3f45ef1bd1108a873de4742f..91071eaadcefb375bf42263e7442602e70a5bf30 100644 (file)
@@ -1,8 +1,8 @@
-2011-04-27  Niels Giesen <niels.giesen@gmail.com>
+2011-04-27  Niels Giesen  <niels.giesen@gmail.com>
 
-       * calendar/icalendar.el (diary-lib): Added require statement.
+       * calendar/icalendar.el (diary-lib): Add require statement.
        (icalendar--create-uid): Read out a uid from a text-property on
-       the first character in the entry. This allows for code to add its
+       the first character in the entry.  This allows for code to add its
        own uid to the entry.
        (icalendar--convert-float-to-ical): Add export of
        `diary-float'-entries save for those with the optional DAY
@@ -17,7 +17,7 @@
 
        * cus-start.el (all): Define customization for debug-on-event.
 
-2011-04-26  Daniel Colascione <dan.colascione@gmail.com>
+2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
 
        * subr.el (shell-quote-argument): Escape correctly under Windows.
 
@@ -75,7 +75,7 @@
        (gnutls-negotiate): Adjust `gnutls-negotiate' declaration.
        * subr.el (shell-quote-argument): Escape correctly under Windows.
 
-2011-04-24  Daniel Colascione <dan.colascione@gmail.com>
+2011-04-24  Daniel Colascione  <dan.colascione@gmail.com>
 
        * progmodes/cc-engine.el (c-forward-decl-or-cast-1):
        Use correct match group (bug#8438).
        * image-mode.el (image-type, image-mode-map, image-minor-mode-map)
        (image-toggle-display): Doc fix.
 
-2011-04-23  Stephen Berman <stephen.berman@gmx.net>
+2011-04-23  Stephen Berman  <stephen.berman@gmx.net>
 
        * textmodes/page.el (what-page): Use line-number-at-pos to
        calculate line number (Bug#6825).
index 05fccf1c713f6cd526b0ea6d8adf5e59cb48ee93..872c0f1e7e605fa6aea5d0ff9f74541545cc7210 100644 (file)
@@ -3,7 +3,7 @@
        * cmdproxy.c (try_dequote_cmdline): Notice variable substitutions
        inside quotation marks and bail out.
 
-2011-04-26  Daniel Colascione <dan.colascione@gmail.com>
+2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
 
        * cmdproxy.c (try_dequote_cmdline): New function.
        (main): Use it.
index 997cbf509ad514ecb7e5270badd6e7dbb7facc61..3847555788c4f62c602ef8968a66dac97fd693f0 100644 (file)
@@ -30,7 +30,7 @@
        Remove unused local.
        (emacs_gnutls_write): Don't use uninitialized rtnval if nbyte <= 0.
 
-       lisp.h: Fix a problem with aliasing and vector headers.  (Bug#8546)
+       lisp.h: Fix a problem with aliasing and vector headers.  (Bug#8546)
        GCC 4.6.0 optimizes based on type-based alias analysis.  For
        example, if b is of type struct buffer * and v of type struct
        Lisp_Vector *, then gcc -O2 was incorrectly assuming that &b->size
        supposed to be handshaking.  (Bug#8556)
        Reported by Paul Eggert <eggert@cs.ucla.edu>.
 
-2011-04-26  Daniel Colascione <dan.colascione@gmail.com>
+2011-04-26  Daniel Colascione  <dan.colascione@gmail.com>
 
        * lisp.h (Qdebug): List symbol.
        * eval.c (Qdebug): Restore global linkage.
        define if USE_GTK || USE_X_TOOLKIT.
        (SET_SAVED_BUTTON_EVENT): Define only if USE_X_TOOLKIT || USE_GTK.
        * xterm.h (x_dispatch_event): Extern only if USE_X_TOOLKIT.
-       * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only if
-       defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
+       * xterm.c, xterm.h (x_mouse_leave): Bring this function back, but only
+       if defined HAVE_MENUS && !defined USE_X_TOOLKIT && !defined USE_GTK.
 
        * xmenu.c (menu_help_callback): Pointer type fixes.
        Use const pointers when pointing at readonly data.  Avoid pointer